Editable content is delimited in HTML with the Dreamweaver comments #BeginEditable
and #EndEditable.
The HTML source code for an editable placeholder named Edit-Region
would look like this:
<!-- #BeginEditable "Edit-Region" --> {Editable-Region} <!-- #EndEditable -->
The HTML for an editable table named Edit-Table
would look like this:
<!-- #BeginEditable "Edit-Table" --><table width="77%" border="1"> <tr> <td> </td> <td> </td> </tr></table><!-- #EndEditable -->
For templates, editable regions are highlighted in the HTML Source inspector. However, you can make changes to both editable and locked HTML source code.
For documents using templates, locked regions are highlighted in the HTML Source inspector. You can make changes only to the editable (nonhighlighted) HTML source code.